home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #11 / CD 11 (Black) - 2001.iso / K-CS.DCR / 00448.ls < prev    next >
Encoding:
Text File  |  2001-06-28  |  193 b   |  15 lines

  1. global StartTid
  2.  
  3. on new me
  4.   startTimer()
  5. end
  6.  
  7. on exitFrame
  8.   if the timer < 400 then
  9.     set the visible of sprite ((the timer / 40) + 46) to 1
  10.     go(#loop)
  11.   else
  12.     go(#next)
  13.   end if
  14. end
  15.